home *** CD-ROM | disk | FTP | other *** search
/ Terra Sound Library / Terra Sound Library.iso / player_composer / eagleplayer / ep_to_install / installdata / arexxexamples.lha / EP_SetVolume.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  94b  |  9 lines

  1. /* EaglePlayer - Set Volume */
  2.  
  3. parse arg Volumewerte
  4.  
  5. address 'rexx_EP'
  6.  
  7. volume Volumewerte
  8.  
  9.